home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / recent2 / cls.readme < prev    next >
Text File  |  1998-02-19  |  649b  |  14 lines

  1. Short:    CLS, CLear Screen command. just like IBM.        vbcc harlock
  2. Author:   harlock@tso.cin.ix.net
  3. Uploader: harlock@tso.cin.ix.net
  4. Version:  1
  5. Type:     util/cli
  6.  
  7. This is my very first program written in C.  Used the wonderful, (and
  8. free), ANSI C compiler vbcc to compile it.  This program is right up
  9. there with "Hello World" as far as complexity goes, however, I've
  10. found it to be very useful when working with a shell windows.  if you
  11. don't like CLS then rename it to whatever.  It simply clears the
  12. current window, in this case a shell window.  works just like the
  13. MS-DOS cls command, (for those of you out there who sink to useing IBM).
  14.